3.98 \(\int \frac{x^2}{(a x+b x^3+c x^5)^2} \, dx\)

Optimal. Leaf size=252 \[ \frac{x \left (-2 a c+b^2+b c x^2\right )}{2 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}+\frac{\sqrt{c} \left (b \sqrt{b^2-4 a c}-12 a c+b^2\right ) \tan ^{-1}\left (\frac{\sqrt{2} \sqrt{c} x}{\sqrt{b-\sqrt{b^2-4 a c}}}\right )}{2 \sqrt{2} a \left (b^2-4 a c\right )^{3/2} \sqrt{b-\sqrt{b^2-4 a c}}}-\frac{\sqrt{c} \left (-b \sqrt{b^2-4 a c}-12 a c+b^2\right ) \tan ^{-1}\left (\frac{\sqrt{2} \sqrt{c} x}{\sqrt{\sqrt{b^2-4 a c}+b}}\right )}{2 \sqrt{2} a \left (b^2-4 a c\right )^{3/2} \sqrt{\sqrt{b^2-4 a c}+b}} \]

[Out]

(x*(b^2 - 2*a*c + b*c*x^2))/(2*a*(b^2 - 4*a*c)*(a + b*x^2 + c*x^4)) + (Sqrt[c]*(b^2 - 12*a*c + b*Sqrt[b^2 - 4*
a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b - Sqrt[b^2 - 4*a*c]]])/(2*Sqrt[2]*a*(b^2 - 4*a*c)^(3/2)*Sqrt[b - Sqrt[
b^2 - 4*a*c]]) - (Sqrt[c]*(b^2 - 12*a*c - b*Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b + Sqrt[b^2 -
4*a*c]]])/(2*Sqrt[2]*a*(b^2 - 4*a*c)^(3/2)*Sqrt[b + Sqrt[b^2 - 4*a*c]])

________________________________________________________________________________________

Rubi [A]  time = 0.46056, antiderivative size = 252, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.2, Rules used = {1585, 1092, 1166, 205} \[ \frac{x \left (-2 a c+b^2+b c x^2\right )}{2 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}+\frac{\sqrt{c} \left (b \sqrt{b^2-4 a c}-12 a c+b^2\right ) \tan ^{-1}\left (\frac{\sqrt{2} \sqrt{c} x}{\sqrt{b-\sqrt{b^2-4 a c}}}\right )}{2 \sqrt{2} a \left (b^2-4 a c\right )^{3/2} \sqrt{b-\sqrt{b^2-4 a c}}}-\frac{\sqrt{c} \left (-b \sqrt{b^2-4 a c}-12 a c+b^2\right ) \tan ^{-1}\left (\frac{\sqrt{2} \sqrt{c} x}{\sqrt{\sqrt{b^2-4 a c}+b}}\right )}{2 \sqrt{2} a \left (b^2-4 a c\right )^{3/2} \sqrt{\sqrt{b^2-4 a c}+b}} \]

Antiderivative was successfully verified.

[In]

Int[x^2/(a*x + b*x^3 + c*x^5)^2,x]

[Out]

(x*(b^2 - 2*a*c + b*c*x^2))/(2*a*(b^2 - 4*a*c)*(a + b*x^2 + c*x^4)) + (Sqrt[c]*(b^2 - 12*a*c + b*Sqrt[b^2 - 4*
a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b - Sqrt[b^2 - 4*a*c]]])/(2*Sqrt[2]*a*(b^2 - 4*a*c)^(3/2)*Sqrt[b - Sqrt[
b^2 - 4*a*c]]) - (Sqrt[c]*(b^2 - 12*a*c - b*Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b + Sqrt[b^2 -
4*a*c]]])/(2*Sqrt[2]*a*(b^2 - 4*a*c)^(3/2)*Sqrt[b + Sqrt[b^2 - 4*a*c]])

Rule 1585

Int[(u_.)*(x_)^(m_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.) + (c_.)*(x_)^(r_.))^(n_.), x_Symbol] :> Int[u*x^(m +
 n*p)*(a + b*x^(q - p) + c*x^(r - p))^n, x] /; FreeQ[{a, b, c, m, p, q, r}, x] && IntegerQ[n] && PosQ[q - p] &
& PosQ[r - p]

Rule 1092

Int[((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_), x_Symbol] :> -Simp[(x*(b^2 - 2*a*c + b*c*x^2)*(a + b*x^2 + c*x^
4)^(p + 1))/(2*a*(p + 1)*(b^2 - 4*a*c)), x] + Dist[1/(2*a*(p + 1)*(b^2 - 4*a*c)), Int[(b^2 - 2*a*c + 2*(p + 1)
*(b^2 - 4*a*c) + b*c*(4*p + 7)*x^2)*(a + b*x^2 + c*x^4)^(p + 1), x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*
a*c, 0] && LtQ[p, -1] && IntegerQ[2*p]

Rule 1166

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Di
st[e/2 + (2*c*d - b*e)/(2*q), Int[1/(b/2 - q/2 + c*x^2), x], x] + Dist[e/2 - (2*c*d - b*e)/(2*q), Int[1/(b/2 +
 q/2 + c*x^2), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - a*e^2, 0] && PosQ[b^
2 - 4*a*c]

Rule 205

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]*ArcTan[x/Rt[a/b, 2]])/a, x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rubi steps

\begin{align*} \int \frac{x^2}{\left (a x+b x^3+c x^5\right )^2} \, dx &=\int \frac{1}{\left (a+b x^2+c x^4\right )^2} \, dx\\ &=\frac{x \left (b^2-2 a c+b c x^2\right )}{2 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}-\frac{\int \frac{b^2-2 a c-2 \left (b^2-4 a c\right )-b c x^2}{a+b x^2+c x^4} \, dx}{2 a \left (b^2-4 a c\right )}\\ &=\frac{x \left (b^2-2 a c+b c x^2\right )}{2 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}-\frac{\left (c \left (b^2-12 a c-b \sqrt{b^2-4 a c}\right )\right ) \int \frac{1}{\frac{b}{2}+\frac{1}{2} \sqrt{b^2-4 a c}+c x^2} \, dx}{4 a \left (b^2-4 a c\right )^{3/2}}+\frac{\left (c \left (b^2-12 a c+b \sqrt{b^2-4 a c}\right )\right ) \int \frac{1}{\frac{b}{2}-\frac{1}{2} \sqrt{b^2-4 a c}+c x^2} \, dx}{4 a \left (b^2-4 a c\right )^{3/2}}\\ &=\frac{x \left (b^2-2 a c+b c x^2\right )}{2 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}+\frac{\sqrt{c} \left (b^2-12 a c+b \sqrt{b^2-4 a c}\right ) \tan ^{-1}\left (\frac{\sqrt{2} \sqrt{c} x}{\sqrt{b-\sqrt{b^2-4 a c}}}\right )}{2 \sqrt{2} a \left (b^2-4 a c\right )^{3/2} \sqrt{b-\sqrt{b^2-4 a c}}}-\frac{\sqrt{c} \left (b^2-12 a c-b \sqrt{b^2-4 a c}\right ) \tan ^{-1}\left (\frac{\sqrt{2} \sqrt{c} x}{\sqrt{b+\sqrt{b^2-4 a c}}}\right )}{2 \sqrt{2} a \left (b^2-4 a c\right )^{3/2} \sqrt{b+\sqrt{b^2-4 a c}}}\\ \end{align*}

Mathematica [A]  time = 0.460747, size = 243, normalized size = 0.96 \[ \frac{\frac{2 x \left (-2 a c+b^2+b c x^2\right )}{\left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )}+\frac{\sqrt{2} \sqrt{c} \left (b \sqrt{b^2-4 a c}-12 a c+b^2\right ) \tan ^{-1}\left (\frac{\sqrt{2} \sqrt{c} x}{\sqrt{b-\sqrt{b^2-4 a c}}}\right )}{\left (b^2-4 a c\right )^{3/2} \sqrt{b-\sqrt{b^2-4 a c}}}+\frac{\sqrt{2} \sqrt{c} \left (b \sqrt{b^2-4 a c}+12 a c-b^2\right ) \tan ^{-1}\left (\frac{\sqrt{2} \sqrt{c} x}{\sqrt{\sqrt{b^2-4 a c}+b}}\right )}{\left (b^2-4 a c\right )^{3/2} \sqrt{\sqrt{b^2-4 a c}+b}}}{4 a} \]

Antiderivative was successfully verified.

[In]

Integrate[x^2/(a*x + b*x^3 + c*x^5)^2,x]

[Out]

((2*x*(b^2 - 2*a*c + b*c*x^2))/((b^2 - 4*a*c)*(a + b*x^2 + c*x^4)) + (Sqrt[2]*Sqrt[c]*(b^2 - 12*a*c + b*Sqrt[b
^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b - Sqrt[b^2 - 4*a*c]]])/((b^2 - 4*a*c)^(3/2)*Sqrt[b - Sqrt[b^2 -
 4*a*c]]) + (Sqrt[2]*Sqrt[c]*(-b^2 + 12*a*c + b*Sqrt[b^2 - 4*a*c])*ArcTan[(Sqrt[2]*Sqrt[c]*x)/Sqrt[b + Sqrt[b^
2 - 4*a*c]]])/((b^2 - 4*a*c)^(3/2)*Sqrt[b + Sqrt[b^2 - 4*a*c]]))/(4*a)

________________________________________________________________________________________

Maple [B]  time = 0.044, size = 733, normalized size = 2.9 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2/(c*x^5+b*x^3+a*x)^2,x)

[Out]

-1/4/(4*a*c-b^2)/a*x/(x^2+1/2*(-4*a*c+b^2)^(1/2)/c+1/2/c*b)*b-c/(-4*a*c+b^2)^(1/2)/(4*a*c-b^2)*x/(x^2+1/2*(-4*
a*c+b^2)^(1/2)/c+1/2/c*b)+1/4/(-4*a*c+b^2)^(1/2)/(4*a*c-b^2)/a*x/(x^2+1/2*(-4*a*c+b^2)^(1/2)/c+1/2/c*b)*b^2-1/
4*c/(4*a*c-b^2)/a*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctan(c*x*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)
)*b-3*c^2/(-4*a*c+b^2)^(1/2)/(4*a*c-b^2)*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctan(c*x*2^(1/2)/((b+(-4*a
*c+b^2)^(1/2))*c)^(1/2))+1/4*c/(-4*a*c+b^2)^(1/2)/(4*a*c-b^2)/a*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arcta
n(c*x*2^(1/2)/((b+(-4*a*c+b^2)^(1/2))*c)^(1/2))*b^2-1/4/(4*a*c-b^2)/a*x/(x^2+1/2/c*b-1/2*(-4*a*c+b^2)^(1/2)/c)
*b+c/(-4*a*c+b^2)^(1/2)/(4*a*c-b^2)*x/(x^2+1/2/c*b-1/2*(-4*a*c+b^2)^(1/2)/c)-1/4/(-4*a*c+b^2)^(1/2)/(4*a*c-b^2
)/a*x/(x^2+1/2/c*b-1/2*(-4*a*c+b^2)^(1/2)/c)*b^2+1/4*c/(4*a*c-b^2)/a*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2)
*arctanh(c*x*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2))*b-3*c^2/(-4*a*c+b^2)^(1/2)/(4*a*c-b^2)*2^(1/2)/((-b+(-
4*a*c+b^2)^(1/2))*c)^(1/2)*arctanh(c*x*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2))+1/4*c/(-4*a*c+b^2)^(1/2)/(4*
a*c-b^2)/a*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2)*arctanh(c*x*2^(1/2)/((-b+(-4*a*c+b^2)^(1/2))*c)^(1/2))*b^
2

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(c*x^5+b*x^3+a*x)^2,x, algorithm="maxima")

[Out]

1/2*(b*c*x^3 + (b^2 - 2*a*c)*x)/((a*b^2*c - 4*a^2*c^2)*x^4 + a^2*b^2 - 4*a^3*c + (a*b^3 - 4*a^2*b*c)*x^2) + 1/
2*integrate((b*c*x^2 + b^2 - 6*a*c)/(c*x^4 + b*x^2 + a), x)/(a*b^2 - 4*a^2*c)

________________________________________________________________________________________

Fricas [B]  time = 1.76653, size = 4918, normalized size = 19.52 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(c*x^5+b*x^3+a*x)^2,x, algorithm="fricas")

[Out]

1/4*(2*b*c*x^3 + sqrt(1/2)*((a*b^2*c - 4*a^2*c^2)*x^4 + a^2*b^2 - 4*a^3*c + (a*b^3 - 4*a^2*b*c)*x^2)*sqrt(-(b^
5 - 15*a*b^3*c + 60*a^2*b*c^2 + (a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2*c^2 - 64*a^6*c^3)*sqrt((b^4 - 18*a*b^2*c
+ 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))/(a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2*c^
2 - 64*a^6*c^3))*log((5*b^4*c^2 - 81*a*b^2*c^3 + 324*a^2*c^4)*x + 1/2*sqrt(1/2)*(b^8 - 23*a*b^6*c + 190*a^2*b^
4*c^2 - 672*a^3*b^2*c^3 + 864*a^4*c^4 - (a^3*b^9 - 20*a^4*b^7*c + 144*a^5*b^5*c^2 - 448*a^6*b^3*c^3 + 512*a^7*
b*c^4)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))*sqrt(-(b^
5 - 15*a*b^3*c + 60*a^2*b*c^2 + (a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2*c^2 - 64*a^6*c^3)*sqrt((b^4 - 18*a*b^2*c
+ 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))/(a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2*c^
2 - 64*a^6*c^3))) - sqrt(1/2)*((a*b^2*c - 4*a^2*c^2)*x^4 + a^2*b^2 - 4*a^3*c + (a*b^3 - 4*a^2*b*c)*x^2)*sqrt(-
(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 + (a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2*c^2 - 64*a^6*c^3)*sqrt((b^4 - 18*a*b^2
*c + 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))/(a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2
*c^2 - 64*a^6*c^3))*log((5*b^4*c^2 - 81*a*b^2*c^3 + 324*a^2*c^4)*x - 1/2*sqrt(1/2)*(b^8 - 23*a*b^6*c + 190*a^2
*b^4*c^2 - 672*a^3*b^2*c^3 + 864*a^4*c^4 - (a^3*b^9 - 20*a^4*b^7*c + 144*a^5*b^5*c^2 - 448*a^6*b^3*c^3 + 512*a
^7*b*c^4)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))*sqrt(-
(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 + (a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2*c^2 - 64*a^6*c^3)*sqrt((b^4 - 18*a*b^2
*c + 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))/(a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2
*c^2 - 64*a^6*c^3))) + sqrt(1/2)*((a*b^2*c - 4*a^2*c^2)*x^4 + a^2*b^2 - 4*a^3*c + (a*b^3 - 4*a^2*b*c)*x^2)*sqr
t(-(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 - (a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2*c^2 - 64*a^6*c^3)*sqrt((b^4 - 18*a*
b^2*c + 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))/(a^3*b^6 - 12*a^4*b^4*c + 48*a^5*
b^2*c^2 - 64*a^6*c^3))*log((5*b^4*c^2 - 81*a*b^2*c^3 + 324*a^2*c^4)*x + 1/2*sqrt(1/2)*(b^8 - 23*a*b^6*c + 190*
a^2*b^4*c^2 - 672*a^3*b^2*c^3 + 864*a^4*c^4 + (a^3*b^9 - 20*a^4*b^7*c + 144*a^5*b^5*c^2 - 448*a^6*b^3*c^3 + 51
2*a^7*b*c^4)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))*sqr
t(-(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 - (a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2*c^2 - 64*a^6*c^3)*sqrt((b^4 - 18*a*
b^2*c + 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))/(a^3*b^6 - 12*a^4*b^4*c + 48*a^5*
b^2*c^2 - 64*a^6*c^3))) - sqrt(1/2)*((a*b^2*c - 4*a^2*c^2)*x^4 + a^2*b^2 - 4*a^3*c + (a*b^3 - 4*a^2*b*c)*x^2)*
sqrt(-(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 - (a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2*c^2 - 64*a^6*c^3)*sqrt((b^4 - 18
*a*b^2*c + 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))/(a^3*b^6 - 12*a^4*b^4*c + 48*a
^5*b^2*c^2 - 64*a^6*c^3))*log((5*b^4*c^2 - 81*a*b^2*c^3 + 324*a^2*c^4)*x - 1/2*sqrt(1/2)*(b^8 - 23*a*b^6*c + 1
90*a^2*b^4*c^2 - 672*a^3*b^2*c^3 + 864*a^4*c^4 + (a^3*b^9 - 20*a^4*b^7*c + 144*a^5*b^5*c^2 - 448*a^6*b^3*c^3 +
 512*a^7*b*c^4)*sqrt((b^4 - 18*a*b^2*c + 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))*
sqrt(-(b^5 - 15*a*b^3*c + 60*a^2*b*c^2 - (a^3*b^6 - 12*a^4*b^4*c + 48*a^5*b^2*c^2 - 64*a^6*c^3)*sqrt((b^4 - 18
*a*b^2*c + 81*a^2*c^2)/(a^6*b^6 - 12*a^7*b^4*c + 48*a^8*b^2*c^2 - 64*a^9*c^3)))/(a^3*b^6 - 12*a^4*b^4*c + 48*a
^5*b^2*c^2 - 64*a^6*c^3))) + 2*(b^2 - 2*a*c)*x)/((a*b^2*c - 4*a^2*c^2)*x^4 + a^2*b^2 - 4*a^3*c + (a*b^3 - 4*a^
2*b*c)*x^2)

________________________________________________________________________________________

Sympy [A]  time = 4.47327, size = 394, normalized size = 1.56 \begin{align*} - \frac{b c x^{3} + x \left (- 2 a c + b^{2}\right )}{8 a^{3} c - 2 a^{2} b^{2} + x^{4} \left (8 a^{2} c^{2} - 2 a b^{2} c\right ) + x^{2} \left (8 a^{2} b c - 2 a b^{3}\right )} + \operatorname{RootSum}{\left (t^{4} \left (1048576 a^{9} c^{6} - 1572864 a^{8} b^{2} c^{5} + 983040 a^{7} b^{4} c^{4} - 327680 a^{6} b^{6} c^{3} + 61440 a^{5} b^{8} c^{2} - 6144 a^{4} b^{10} c + 256 a^{3} b^{12}\right ) + t^{2} \left (- 61440 a^{5} b c^{5} + 61440 a^{4} b^{3} c^{4} - 24064 a^{3} b^{5} c^{3} + 4608 a^{2} b^{7} c^{2} - 432 a b^{9} c + 16 b^{11}\right ) + 1296 a^{2} c^{5} - 360 a b^{2} c^{4} + 25 b^{4} c^{3}, \left ( t \mapsto t \log{\left (x + \frac{32768 t^{3} a^{7} b c^{4} - 28672 t^{3} a^{6} b^{3} c^{3} + 9216 t^{3} a^{5} b^{5} c^{2} - 1280 t^{3} a^{4} b^{7} c + 64 t^{3} a^{3} b^{9} + 1728 t a^{4} c^{4} - 2304 t a^{3} b^{2} c^{3} + 740 t a^{2} b^{4} c^{2} - 92 t a b^{6} c + 4 t b^{8}}{324 a^{2} c^{4} - 81 a b^{2} c^{3} + 5 b^{4} c^{2}} \right )} \right )\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2/(c*x**5+b*x**3+a*x)**2,x)

[Out]

-(b*c*x**3 + x*(-2*a*c + b**2))/(8*a**3*c - 2*a**2*b**2 + x**4*(8*a**2*c**2 - 2*a*b**2*c) + x**2*(8*a**2*b*c -
 2*a*b**3)) + RootSum(_t**4*(1048576*a**9*c**6 - 1572864*a**8*b**2*c**5 + 983040*a**7*b**4*c**4 - 327680*a**6*
b**6*c**3 + 61440*a**5*b**8*c**2 - 6144*a**4*b**10*c + 256*a**3*b**12) + _t**2*(-61440*a**5*b*c**5 + 61440*a**
4*b**3*c**4 - 24064*a**3*b**5*c**3 + 4608*a**2*b**7*c**2 - 432*a*b**9*c + 16*b**11) + 1296*a**2*c**5 - 360*a*b
**2*c**4 + 25*b**4*c**3, Lambda(_t, _t*log(x + (32768*_t**3*a**7*b*c**4 - 28672*_t**3*a**6*b**3*c**3 + 9216*_t
**3*a**5*b**5*c**2 - 1280*_t**3*a**4*b**7*c + 64*_t**3*a**3*b**9 + 1728*_t*a**4*c**4 - 2304*_t*a**3*b**2*c**3
+ 740*_t*a**2*b**4*c**2 - 92*_t*a*b**6*c + 4*_t*b**8)/(324*a**2*c**4 - 81*a*b**2*c**3 + 5*b**4*c**2))))

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: NotImplementedError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2/(c*x^5+b*x^3+a*x)^2,x, algorithm="giac")

[Out]

Exception raised: NotImplementedError